home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
res
/
description
/
VPcomic.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
309b
|
16 lines
#ifndef _VPcomic_H_
#define _VPcomic_H_
enum
{
VP_COMICCOLOR = 1000,
VP_COMICILLUMINATION = 1001,
VP_COMICOUTLINE = 1002,
VP_COMICEDGES = 1003,
VP_COMICEDGECOLOR = 1004,
VP_COMICBACKCOLOR = 1005,
VP_COMICQUANTIZE = 1006,
VP_COMICQUANTIZELEVEL = 1007
};
#endif